• frmStaffPaymentRecord1.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmStaffPaymentRecord1
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStaffPaymentRecord1))
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.groupBox3 = New System.Windows.Forms.GroupBox()
32         Me.Button1 = New System.Windows.Forms.Button()
33         Me.DateTo = New System.Windows.Forms.DateTimePicker()
34         Me.DateFrom = New System.Windows.Forms.DateTimePicker()
35         Me.label7 = New System.Windows.Forms.Label()
36         Me.label9 = New System.Windows.Forms.Label()
37         Me.groupBox5 = New System.Windows.Forms.GroupBox()
38         Me.txtStaffName = New System.Windows.Forms.TextBox()
39         Me.Panel5 = New System.Windows.Forms.Panel()
40         Me.btnExportExcel = New System.Windows.Forms.Button()
41         Me.btnClose = New System.Windows.Forms.Button()
42         Me.btnReset = New System.Windows.Forms.Button()
43         Me.dgw = New System.Windows.Forms.DataGridView()
44         Me.Panel2 = New System.Windows.Forms.Panel()
45         Me.Label1 = New System.Windows.Forms.Label()
46         Me.Panel1.SuspendLayout()
47         Me.groupBox3.SuspendLayout()
48         Me.groupBox5.SuspendLayout()
49         Me.Panel5.SuspendLayout()
50         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
51         Me.Panel2.SuspendLayout()
52         Me.SuspendLayout()
53         
'
54         
'Panel1
55         
'
56         Me.Panel1.BackColor = System.Drawing.Color.White
57         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
58         Me.Panel1.Controls.Add(Me.groupBox3)
59         Me.Panel1.Controls.Add(Me.groupBox5)
60         Me.Panel1.Controls.Add(Me.Panel5)
61         Me.Panel1.Controls.Add(Me.dgw)
62         Me.Panel1.Controls.Add(Me.Panel2)
63         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
64         Me.Panel1.Name =
"Panel1"
65         Me.Panel1.Size = New System.Drawing.Size(
924, 614)
66         Me.Panel1.TabIndex =
2
67         
'
68         
'groupBox3
69         
'
70         Me.groupBox3.Controls.Add(Me.Button1)
71         Me.groupBox3.Controls.Add(Me.DateTo)
72         Me.groupBox3.Controls.Add(Me.DateFrom)
73         Me.groupBox3.Controls.Add(Me.label7)
74         Me.groupBox3.Controls.Add(Me.label9)
75         Me.groupBox3.Location = New System.Drawing.Point(
235, 75)
76         Me.groupBox3.Name =
"groupBox3"
77         Me.groupBox3.Size = New System.Drawing.Size(
383, 77)
78         Me.groupBox3.TabIndex =
44
79         Me.groupBox3.TabStop = False
80         Me.groupBox3.Text =
"Entry Date"
81         
'
82         
'Button1
83         
'
84         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
85         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
86         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
87         Me.Button1.Location = New System.Drawing.Point(
289, 42)
88         Me.Button1.Name =
"Button1"
89         Me.Button1.Size = New System.Drawing.Size(
82, 20)
90         Me.Button1.TabIndex =
46
91         Me.Button1.Text =
"Search"
92         Me.Button1.UseVisualStyleBackColor = True
93         
'
94         
'DateTo
95         
'
96         Me.DateTo.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
97         Me.DateTo.CustomFormat =
"dd/MMM/yyyy"
98         Me.DateTo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
99         Me.DateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
100         Me.DateTo.Location = New System.Drawing.Point(
166, 42)
101         Me.DateTo.Name =
"DateTo"
102         Me.DateTo.Size = New System.Drawing.Size(
117, 20)
103         Me.DateTo.TabIndex =
12
104         
'
105         
'DateFrom
106         
'
107         Me.DateFrom.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
108         Me.DateFrom.CustomFormat =
"dd/MMM/yyyy"
109         Me.DateFrom.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
110         Me.DateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
111         Me.DateFrom.Location = New System.Drawing.Point(
30, 42)
112         Me.DateFrom.Name =
"DateFrom"
113         Me.DateFrom.Size = New System.Drawing.Size(
124, 20)
114         Me.DateFrom.TabIndex =
11
115         
'
116         
'label7
117         
'
118         Me.label7.AutoSize = True
119         Me.label7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
120         Me.label7.Location = New System.Drawing.Point(
27, 21)
121         Me.label7.Name =
"label7"
122         Me.label7.Size = New System.Drawing.Size(
30, 13)
123         Me.label7.TabIndex =
9
124         Me.label7.Text =
"From"
125         
'
126         
'label9
127         
'
128         Me.label9.AutoSize = True
129         Me.label9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
130         Me.label9.Location = New System.Drawing.Point(
163, 21)
131         Me.label9.Name =
"label9"
132         Me.label9.Size = New System.Drawing.Size(
20, 13)
133         Me.label9.TabIndex =
10
134         Me.label9.Text =
"To"
135         
'
136         
'groupBox5
137         
'
138         Me.groupBox5.Controls.Add(Me.txtStaffName)
139         Me.groupBox5.Location = New System.Drawing.Point(
9, 75)
140         Me.groupBox5.Name =
"groupBox5"
141         Me.groupBox5.Size = New System.Drawing.Size(
218, 77)
142         Me.groupBox5.TabIndex =
43
143         Me.groupBox5.TabStop = False
144         Me.groupBox5.Text =
"Staff Name"
145         
'
146         
'txtStaffName
147         
'
148         Me.txtStaffName.Location = New System.Drawing.Point(
17, 31)
149         Me.txtStaffName.Name =
"txtStaffName"
150         Me.txtStaffName.Size = New System.Drawing.Size(
184, 20)
151         Me.txtStaffName.TabIndex =
0
152         
'
153         
'Panel5
154         
'
155         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
156         Me.Panel5.Controls.Add(Me.btnExportExcel)
157         Me.Panel5.Controls.Add(Me.btnClose)
158         Me.Panel5.Controls.Add(Me.btnReset)
159         Me.Panel5.Location = New System.Drawing.Point(
625, 81)
160         Me.Panel5.Name =
"Panel5"
161         Me.Panel5.Size = New System.Drawing.Size(
285, 70)
162         Me.Panel5.TabIndex =
42
163         
'
164         
'btnExportExcel
165         
'
166         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
167         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
168         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
169         Me.btnExportExcel.Location = New System.Drawing.Point(
189, 23)
170         Me.btnExportExcel.Name =
"btnExportExcel"
171         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
172         Me.btnExportExcel.TabIndex =
5
173         Me.btnExportExcel.Text =
"Export Excel"
174         Me.btnExportExcel.UseVisualStyleBackColor = True
175         
'
176         
'btnClose
177         
'
178         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
179         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
180         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
181         Me.btnClose.Location = New System.Drawing.Point(
101, 23)
182         Me.btnClose.Name =
"btnClose"
183         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
184         Me.btnClose.TabIndex =
4
185         Me.btnClose.Text =
"Close"
186         Me.btnClose.UseVisualStyleBackColor = True
187         
'
188         
'btnReset
189         
'
190         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
191         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
192         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
193         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
194         Me.btnReset.Name =
"btnReset"
195         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
196         Me.btnReset.TabIndex =
0
197         Me.btnReset.Text =
"Reset"
198         Me.btnReset.UseVisualStyleBackColor = True
199         
'
200         
'dgw
201         
'
202         Me.dgw.AllowUserToAddRows = False
203         Me.dgw.AllowUserToDeleteRows = False
204         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
205         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
206         Me.dgw.BackgroundColor = System.Drawing.Color.White
207         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
208         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
209         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
210         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
211         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
212         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
213         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
214         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
215         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
216         Me.dgw.ColumnHeadersHeight =
30
217         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
218         Me.dgw.EnableHeadersVisualStyles = False
219         Me.dgw.GridColor = System.Drawing.Color.White
220         Me.dgw.Location = New System.Drawing.Point(
9, 158)
221         Me.dgw.MultiSelect = False
222         Me.dgw.Name =
"dgw"
223         Me.dgw.ReadOnly = True
224         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
225         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
226         DataGridViewCellStyle3.BackColor = System.Drawing.Color.CadetBlue
227         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
228         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
229         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.DarkSlateGray
230         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
231         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
232         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
233         Me.dgw.RowHeadersWidth =
25
234         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
235         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
236         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
237         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
238         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
239         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
240         Me.dgw.RowTemplate.Height =
18
241         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
242         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
243         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
244         Me.dgw.Size = New System.Drawing.Size(
630, 441)
245         Me.dgw.TabIndex =
40
246         
'
247         
'Panel2
248         
'
249         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
250         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
251         Me.Panel2.Controls.Add(Me.Label1)
252         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
253         Me.Panel2.Name =
"Panel2"
254         Me.Panel2.Size = New System.Drawing.Size(
900, 62)
255         Me.Panel2.TabIndex =
0
256         
'
257         
'Label1
258         
'
259         Me.Label1.AutoSize = True
260         Me.Label1.BackColor = System.Drawing.Color.Transparent
261         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
262         Me.Label1.ForeColor = System.Drawing.Color.White
263         Me.Label1.Location = New System.Drawing.Point(
341, 18)
264         Me.Label1.Name =
"Label1"
265         Me.Label1.Size = New System.Drawing.Size(
208, 24)
266         Me.Label1.TabIndex =
0
267         Me.Label1.Text =
"List Of Payment Entry"
268         
'
269         
'frmStaffPaymentRecord1
270         
'
271         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
272         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
273         Me.BackColor = System.Drawing.Color.DarkSlateGray
274         Me.ClientSize = New System.Drawing.Size(
952, 643)
275         Me.Controls.Add(Me.Panel1)
276         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
277         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
278         Me.MaximizeBox = False
279         Me.MinimizeBox = False
280         Me.Name =
"frmStaffPaymentRecord1"
281         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
282         Me.Panel1.ResumeLayout(False)
283         Me.groupBox3.ResumeLayout(False)
284         Me.groupBox3.PerformLayout()
285         Me.groupBox5.ResumeLayout(False)
286         Me.groupBox5.PerformLayout()
287         Me.Panel5.ResumeLayout(False)
288         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
289         Me.Panel2.ResumeLayout(False)
290         Me.Panel2.PerformLayout()
291         Me.ResumeLayout(False)
292
293     End Sub
294     Friend WithEvents Panel1 As System.Windows.Forms.Panel
295     Friend WithEvents dgw As System.Windows.Forms.DataGridView
296     Friend WithEvents Panel2 As System.Windows.Forms.Panel
297     Friend WithEvents Label1 As System.Windows.Forms.Label
298     Friend WithEvents Panel5 As System.Windows.Forms.Panel
299     Friend WithEvents btnClose As System.Windows.Forms.Button
300     Friend WithEvents btnReset As System.Windows.Forms.Button
301     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
302     Friend WithEvents groupBox5 As System.Windows.Forms.GroupBox
303     Friend WithEvents groupBox3 As System.Windows.Forms.GroupBox
304     Friend WithEvents DateTo As System.Windows.Forms.DateTimePicker
305     Friend WithEvents DateFrom As System.Windows.Forms.DateTimePicker
306     Friend WithEvents label7 As System.Windows.Forms.Label
307     Friend WithEvents label9 As System.Windows.Forms.Label
308     Friend WithEvents txtStaffName As System.Windows.Forms.TextBox
309     Friend WithEvents Button1 As System.Windows.Forms.Button
310
311 End Class


Gõ tìm kiếm nhanh...